-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dep: Update graceful-fs dependency to the latest #714
Conversation
@@ -24,7 +24,7 @@ | |||
"dependencies": { | |||
"fstream": "^1.0.0", | |||
"glob": "3 || 4", | |||
"graceful-fs": "3", | |||
"graceful-fs": "4.1.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd use ^ notation here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bnoordhuis Sure. Done :-)
LGTM |
LGTM if it works |
@thefourtheye Do you have a commit bit or should I land it for you? |
graceful-fs used to monkey-patch node's core fs module. This has been fixed in the version 4.
@bnoordhuis I had to update my email in the commit log and its done now. I don't have commit access to this repo, so you can land this. |
graceful-fs used to monkey-patch node's core fs module. This has been fixed in version 4. PR-URL: #714 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
Thanks Sakthipriyan, landed in 1ea7ed0. Let me know if you plan to work on node-gyp more and I'll give you your commit bit. |
@bnoordhuis Sure. I ll start by monitoring the PRs and issues. Thanks :-) |
graceful-fs used to monkey-patch node's core fs module.
This has been fixed in the version 4.
This might also fix nodejs/node#2714 (comment)